home *** CD-ROM | disk | FTP | other *** search
/ PC Media 7 / PC MEDIA CD07.iso / evil / rc.bat < prev    next >
Encoding:
DOS Batch File  |  1989-11-28  |  920 b   |  34 lines

  1. Echo off
  2. cls
  3. if not exist RC_CON.EXE goto end
  4. if exist ROBSOLID.EXE RSYS        :Run RSYS if RoboSOLID installed
  5. :system_menu
  6. RC_CON                    :run configure
  7. if errorlevel 255 goto veryend        :Exit if escaped from system menu
  8. if errorlevel 49 goto data_inpdev
  9. if errorlevel 40 goto data                :Run RoboDATA
  10. if errorlevel 29 goto robocad_inpdev
  11. if errorlevel 20 goto robocad 
  12. if errorlevel 1 goto system_menu
  13. RC
  14. :robocad_inpdev
  15. RC_EXEC INP_DEV.BAT
  16. :robocad
  17. echo Loading RoboCAD please wait
  18. :replace next line for different char sets
  19. :NB. comment not on same line as graftabl since it takes it as an argument !
  20. GRAFTABL
  21. ROBOCAD                    :do the real business
  22. goto system_menu            :do it all again
  23. :data_inpdev
  24. RC_EXEC INP_DEV.BAT
  25. :data
  26. echo Loading RoboDATA please wait
  27. ATRB
  28. if errorlevel 255 goto veryend
  29. if errorlevel 20 goto robocad
  30. goto system_menu
  31. :end
  32. echo Please log on to system disk and restart
  33. :veryend
  34.